home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr34 / tinlh121.zip / README.TXT < prev    next >
Text File  |  1995-02-15  |  7KB  |  145 lines

  1. ******************************************************************************
  2. *                       Tiny LHA  Ver1.21E (FREE SOFT)                       *
  3. *                                                                            *
  4. *                       Copyright(C)1994 by Tatsu Osawa                      *
  5. *                                  Nifty: CXP04536                           *
  6. *                                  Release 1995/02/15                        *
  7. *                                  Translated by: Hitoshi Ozawa              *
  8. ******************************************************************************
  9.  
  10. Introduction *****************************************************************
  11.   Tiny LHA is a program to compress/decompress file from and to LZH format.
  12. When a file is drag & dropped from a Windows 3.1 file management program
  13. such as a File Manager, compressed files will be decompressed and regular
  14. files will be compressed into *.LZH format.
  15.  
  16. Requirements *****************************************************************
  17.     Hardware:
  18.         80386 or higher machine
  19.         4MB or more RAM memory
  20.     Software:
  21.         MS-Windows3.1 or higher
  22.  
  23. Liability ********************************************************************
  24.   The author and the developer of this software will not take any 
  25. responsibilities for any damages that may occur with the use of this software.
  26.   The files contained in TINLHA.EXE file are distributed "as is" and without 
  27. any expressed and implied warranties.  The user assumes the entire risk of 
  28. using the software.
  29.  
  30.  
  31. Distinguishing Features ******************************************************
  32.   Tiny LHA has 5 distinguishing features:
  33.     1. Does not use too much memory.
  34.     2. Support Drag & Drop to compress and decompress files
  35.     3. Can compress/decompress entire files in a directory
  36.        with directory information. (New feature)
  37.     4. Support associate command in a File Manager (New feature)
  38.     5. Able to decompress self-extracting files (New Feature)
  39.   
  40. Included Files ***************************************************************
  41.   The following files are included in the TINLHA.EXE file:
  42.     TINYLHA.EXE    Execution file
  43.     README.TXT    Introduction (the file you are reading right now)
  44.  
  45.  
  46. Installation *****************************************************************
  47.   Copy the LHA.DLL file to the \WINDOWS directory.
  48.   Execute the TINYLHA.EXE file from Windows by using either the File Manager
  49. or the Program Manager.
  50.   If you desire to have TinyLHA loaded every time Windows is started, add
  51. the TINYLHA.EXE to the Start-up group (^_^).
  52.  
  53. Uninstallation ***************************************************************
  54.   Just delete the TINYLHA.EXE and this README.TXT files.  There are no other
  55. files such as the *.INI file associated with this program.
  56.  
  57. How to Use *******************************************************************
  58.   1. Compression
  59.     -Select files to compress into *.LZH format from a file management
  60.      software such as a File Manager.  It is possible to select
  61.      multiple files.  Files already with *.LZH extension will not be
  62.      compressed.
  63.     -Drag and drop the files onto the Tiny LHA icon.
  64.     -A dialog box will appear asking you to enter the compressed format
  65.      file names.
  66.     -Compressed files will be created in the same directory as the
  67.      original files.
  68. WARNINGS:
  69.     -If a directory is dropped, directory structure information will
  70.      be compressed, but empty directory will not be compressed.
  71.      (LHA specification)
  72.     -If several files are selected and dropped on to the Tiny LHA
  73.      icon, even files with LZH extension will be re-compressed.
  74.      Please decompress files one at a time.
  75.  
  76.   2. Decompression
  77.     -Select a file with *.LZH extension to be decompressed from a 
  78.      file management software such as a File Manager.  The file must
  79.      be compressed in *.LZH format.
  80.     -Drag and drop the file onto the Tiny LHA icon.
  81.     -The file will be decompressed in the same directory as the
  82.      original compressed file.
  83. NOTES:
  84.     -If Tiny LHA program is associated with the LZH extension in the
  85.      File Manager, a *.LZH file can be decompressed by just double-
  86.      clicking the file.
  87. WARNINGS:
  88.     -If a *.LZH file contains directory information, subdirectories
  89.      will be created when it is decompressed.
  90.  
  91. Development Environment ******************************************************
  92.   This program is written in Borland C++ 4.00J.
  93.  
  94. Test *************************************************************************
  95.   This program has been tested on:
  96.     1. PC-9801BX + DX2ODP + Windows 3.1J (NEC)
  97.     2. IBM ThinkPad 500 + MS Windows 3.1
  98.  
  99. Development ******************************************************************
  100.   Version 1.21  Package LHA.DLL file
  101.   Version 1.20    Support directory compression/decompression
  102.         Support associate command in a File Manager
  103.         Support decompression of self-extracting files
  104.   Version 1.10    Initial Release
  105.  
  106. Distribution *****************************************************************
  107.   This program can be distributed only in the original archived TINLHA.ZIP
  108. formatted file.  Do not change this file or any files within.
  109.   This file can be freely distributed.  If it is to be copied to another forum
  110. or to another distribution channel, please contact the developer to let us know
  111. exactly where it is to be copied.  We will need this information to maintain
  112. and upgrade Tiny LHA at all locations.
  113.   If the TINLHA.EXE file is to be distributed for commercial or in any manner
  114. including exchange of object(s) not excluding money, permission from the
  115. developer is required.
  116.   If this program is to be mentioned in any article, please send
  117. a E-mail to one of the developers.
  118.  
  119. Copyright ********************************************************************
  120.   Tiny LHA is copyrighted by Tatsu Osawa.  No part of this
  121. program or data may be reproduced, in any form or by any means, without
  122. a written permission from Tatsu Osawa.
  123.  
  124. LHA.DLL **********************************************************************
  125.   LHA.DLL is copyrighted by Junichi Komuke.  This file must not be distributed
  126. without other files in TINLHA.EXE file.  To use this file in your program,
  127. please consult files in the LHADLL.EXE in WINUTIL, LIB 5.
  128.  
  129. Miscellaneous ****************************************************************
  130.   If this type of memory resident accessory were written in VB or C++, it
  131. will become very large and slow. It is best if it is written in C (with some
  132. assembly).
  133.  
  134.   I'm apologize for the sorry looking icon.  I wanted it so that you will be
  135. able to know that it is a LHA icon with just one look, but...
  136. If you are able to change it, please do so.
  137.  
  138. Support **********************************************************************
  139.   Support for Tiny LHA is provided by CompuServe E-mail. 
  140. If you have any question, opinion, suggestions, or other comments, please 
  141. send any E-mail to:
  142.  
  143.     Tatsu Osawa    Nifty Serve:    CXP04536  
  144.     Hitoshi Ozawa    CompuServe:    100220,3402
  145.